Disk scheduling refers to the process of determining the order in which disk I/O requests are serviced by a computer's disk subsystem. When multiple I/O requests are pending, the disk scheduling algorithm decides the most efficient way to access the disk to minimize seek time and optimize overall disk performance.
In this simulator we provide you the options to simulate different Disk Scheduling Algorithms like:
1. FCFS
2. SSTF
3. SCAN
4. C-SCAN
5. LOOK
6. C-LOOK